home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 March
/
CMCD0305.ISO
/
Software
/
Freeware
/
Programare
/
nvu
/
nvu-0.80-win32-installer-full.exe
/
{app}
/
defaults
/
profile
/
panels.rdf
< prev
Wrap
Extensible Markup Language
|
2005-01-25
|
790b
|
26 lines
<?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
<!--
These are the panels that will be displayed in the sidebar.
-->
<!DOCTYPE RDF SYSTEM "chrome://communicator/locale/sidebar/local-panels.dtd">
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:NC="http://home.netscape.com/NC-rdf#">
<RDF:Description about="urn:sidebar:current-panel-list">
<NC:panel-list>
<RDF:Seq>
<RDF:li resource="urn:sidebar:panel:site-manager"/>
</RDF:Seq>
</NC:panel-list>
<NC:version>0.1</NC:version>
</RDF:Description>
<RDF:Description about="urn:sidebar:panel:site-manager">
<NC:title>&sidebar.client-sitemanager.label;</NC:title>
<NC:content>chrome://editor/content/sitemanager.xul</NC:content>
</RDF:Description>
</RDF:RDF>